home *** CD-ROM | disk | FTP | other *** search
- -- background: 2655 from stack: in
- -- bmap block id: 3143
- -- flags: 4000
- -- background id: 0
- -- name: map & directions
- ----- HyperTalk script -----
- on domenu
- put the mouseV into vloc
- put the mouseH into Hloc
- if vloc > 163 and vloc < 180 and hloc > 33 and hloc < 180
- then
- --set lockscreen to true
- show background field "from phone"
- show background field "from addr"
- pass domenu
- hide background field "from phone"
- hide background field "from addr"
- --set lockscreen to false
- else
- pass domenu
- end if
- end domenu
-
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 4001
- -- rect: left=8 top=49 right=338 bottom=200
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: written directions
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=308 top=19 right=36 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 204
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: from name
-
-
- -- part 3 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=2 top=264 right=280 bottom=215
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: from card
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=476 top=307 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 9761 / 9761
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: return
- ----- HyperTalk script -----
- on mouseUp
- put field "from card" into tocard
- set lockscreen to true
- if tocard is "home" then go to home
- else
- go to "hard disk:stackware:stacks 1:phone book"
- go to tocard
- end if
- set lockscreen to false
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=211 top=20 right=42 bottom=311
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: userlevel
- ----- HyperTalk script -----
- on mouseUp
- set userlevel to 5
- end mouseUp
-
-
-
- -- part 6 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=252 top=294 right=306 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: from phone
-
-
- -- part 7 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=252 top=305 right=342 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: from addr
-